From: Juri Linkov Date: Thu, 22 Dec 2011 22:32:46 +0000 (+0200) Subject: * progmodes/grep.el (rgrep): Fix docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1325 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9a3a9d595463d213ecfc2ab3b04a90f28551b6f2;p=emacs.git * progmodes/grep.el (rgrep): Fix docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9b4148c80f..2d1f9a3f20a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-12-22 Juri Linkov + + * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185) + 2011-12-22 Chong Yidong * vc/vc-hooks.el (vc-keep-workfiles): Doc fix. diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index b379ce67fd7..38b17a9b1ee 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -959,7 +959,10 @@ can use \\[next-error] (M-x next-error), or \\\\[compile-goto-err in the grep output buffer, to go to the lines where grep found matches. -This command shares argument histories with \\[lgrep] and \\[grep-find]." +This command shares argument histories with \\[lgrep] and \\[grep-find]. + +When called programmatically and FILES is nil, REGEXP is expected +to specify a command to run." (interactive (progn (grep-compute-defaults)